From: Juanma Barranquero Date: Tue, 17 Mar 2009 10:26:25 +0000 (+0000) Subject: Move comment to make clearer it's talking about buffer Vprin1_to_string_buffer. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1195 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2a62f1c963c0a212b1b7c058722444e227dabd14;p=emacs.git Move comment to make clearer it's talking about buffer Vprin1_to_string_buffer. --- diff --git a/src/buffer.c b/src/buffer.c index f3b4fea4455..8cfdd1a77c1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5311,9 +5311,8 @@ init_buffer_once () Qucs_set_table_for_input = intern ("ucs-set-table-for-input"); - Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1")); - /* super-magic invisible buffer */ + Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1")); Vbuffer_alist = Qnil; Fset_buffer (Fget_buffer_create (build_string ("*scratch*")));